home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / Xyle scope 1.1.6 (trial).dmg / Xyle scope.app / Contents / Resources / CSSEditorStyles / Print (Cultured Code).css < prev   
Encoding:
Cascading Style Sheet File  |  2006-02-07  |  4.8 KB  |  351 lines

  1. Ôªø/* Copyright 2005 Cultured Code.
  2. This file may be used to create new editor style sheets for Xyle. (Backup your modifications. Future versions of Xyle may overwrite this file.)
  3. *************************************/
  4.  
  5. html {
  6. }
  7.  
  8. body {
  9.     font-family: Gill Sans;
  10.     font-size: 12px;
  11.     background-color: #eed;
  12.     margin: 8px 6px 3ex 6px;
  13. }
  14.  
  15.  
  16. /* Cascade. Path of current selection
  17.    **********************************/
  18. .PathBox {
  19.     margin: -8px -6px 0 -6px;
  20.     margin-bottom: 2em;
  21.     padding: 6px 6px 6px 6px;
  22.     border-bottom: 1px solid #cca;
  23.     background: #f8f8eb;
  24.     font-size: 12px;
  25.     font-weight: normal;
  26.     color: #444;
  27.     position: relative;
  28.     cursor: default;
  29. }
  30.  
  31. .Path {
  32.     text-align: center;
  33. }
  34.  
  35. .ExtendedName {
  36.     font-weight: bold;
  37. }
  38.  
  39. .ExtendedName + .ExtendedName {
  40.     font-weight: normal;
  41. }
  42.  
  43. .ExtendedName + .ExtendedName:before {
  44.     content:" \2190\ ";
  45.     font-size: 12px;
  46.     margin: 0 2px 0 2px;
  47. }
  48.  
  49.  
  50. /* Comments
  51.    *************************/
  52. .Comment {
  53.     color: #084;
  54. }
  55.  
  56. .sheet > .Comment {
  57.     margin-top: 0px;
  58.     font-family: "Courier";
  59.     font-size: 12px;
  60. }
  61.  
  62. .DeclarationList > .Comment {
  63.     margin-top: 2px;
  64.     margin-left: 1em;
  65. }
  66.  
  67. .Value .Comment {
  68. }
  69.  
  70.  
  71. /* @-Rules
  72.    *************************/
  73. .Import {
  74.     font-weight: bold;
  75.     color: #777;
  76. }
  77.  
  78. .Import:before {
  79.     content: "@import";
  80.     color: #333;
  81.     font-weight: bold;
  82.     margin-right: 6px;
  83. }
  84.  
  85. .MediaRule {
  86.     margin-top: 10px;
  87.     margin-bottom: 10px;
  88. }
  89.  
  90. .MediaHeader {
  91.     margin-left: 6px;
  92. }
  93.  
  94. .MediaHeader:before {
  95.     content: "@media";
  96.     color: #333;
  97.     font-weight: bold;
  98.     margin-right: 6px;
  99. }
  100.  
  101. .MediaType {
  102.     font-weight: bold;
  103.     color: #777;
  104. }
  105.  
  106. .MediaType + .MediaType:before {
  107.     content: ", ";
  108. }
  109.  
  110. .Subsheet {
  111.     margin: 2px 0 0 0;
  112.     padding: 6px 6px 4px 6px;
  113.     position: relative;
  114.     font-size: 11px;
  115.     background: #f8fae8;
  116.     border: 1px solid #ddc;
  117. }
  118.  
  119. .PageHeader:before {
  120.     content: "@page";
  121.     color: #333;
  122.     font-weight: bold;
  123.     margin-right: 6px;
  124. }
  125.  
  126. /* Style Rule
  127.    *************************/
  128.  
  129. .Rule + .Rule {
  130.     margin-top: 3ex;
  131. }
  132.  
  133. .RuleHeader {
  134. }
  135.  
  136. .ParentSheet {
  137.     /* Cascade: Link to source file */
  138.     color: #888;
  139.     position: absolute;
  140.     right: 8px;
  141. }
  142.  
  143. .DeclarationList {
  144.     padding: 0.5ex 0 0.5ex 3px;
  145.     background: #fff;
  146.     border: 1px solid #ddb;
  147. }
  148.  
  149. .Declaration {
  150.     margin-top: 1px;
  151.     /*position: relative;*/
  152.     clear: both;
  153. }
  154.  
  155. .Property {
  156.     /*position: absolute;
  157.     top: 0px;
  158.     left: 0.4em;
  159.     width: 9em;*/
  160.     float: left;
  161.     width: 9.4em;
  162.     text-align: right;
  163.     padding-right: 0.4ex;
  164.     padding-top: 1px;
  165.     padding-bottom: 1px;
  166.     color: #b30;
  167. /* Delete to enable focus rings */
  168.     outline: 0px solid white;
  169. }
  170.  
  171. .Overridden .Property {
  172.     /* Cascade: Overridden by some other
  173.                 declaration */
  174.     color: #888;
  175. }
  176.  
  177.  
  178. /* Selector - General
  179.    *************************/
  180. .Selector {
  181.     /* Comma separated list of
  182.        Context Selectors */
  183.     font-weight: bold;
  184.     color: #555;
  185.     margin-left: 1px;
  186. }
  187.  
  188. .Context + .Context {
  189.     /* Context Selector */
  190.     margin-left: 6px;
  191. }
  192.  
  193. .Combinator {
  194.     /* Either ',', '>', or '+' */ 
  195. }
  196.  
  197. .Simple + .Simple {
  198.     /* Simple Selector */
  199.     margin-left: 6px;
  200. }
  201.  
  202.  
  203. /* Types of Simple Selectors
  204.    *************************/
  205. /* .Nomatch: Cascade, does not match current
  206.              selection, but ancestor */
  207.  
  208. .Universal:after {
  209.     content: "*";
  210.     color: #000;
  211. }
  212.  
  213. .Element {
  214.     color: #000;
  215.     text-transform: lowercase;
  216. }
  217. .Nomatch .Element {
  218.     color: #888;
  219. }
  220.  
  221. .Attr {
  222. }
  223.  
  224. .Identifier {
  225.     color: #993;
  226. }
  227. .Identifier:before {
  228.     content: "#";
  229. }
  230. .Nomatch .Identifier {
  231.     color: #997;
  232. }
  233.  
  234. .Class {
  235.     color: #339;
  236. }
  237. .Class:before {
  238.     content: ".";
  239. }
  240. .Nomatch .Class {
  241.     color: #77a;
  242. }
  243.  
  244. .PseudoElement, .PseudoClass {
  245.     color: #900;
  246. }
  247. .Nomatch .PseudoElement, .Nomatch .PseudoClass {
  248.     color: #a77;
  249. }
  250.  
  251.  
  252. /* Cascade: Specificity
  253.    *************************/
  254. .Specificity {
  255.     font-family: Courier;
  256.     letter-spacing: -1px;
  257.     color: #686;
  258. }
  259. .Specificity:before {
  260.     content: "(";
  261. }
  262. .Specificity:after {
  263.     content: ")";
  264. }
  265.  
  266.  
  267. /* Values
  268.    *************************/
  269. .Value {
  270.     margin-left: 9.6em;
  271.     margin-right: 0.4em;
  272.     padding-top: 1px;
  273.     padding-bottom: 1px;
  274.     padding-left: 0.4ex;
  275. /* Delete to enable focus rings: */
  276.     outline: 0px solid white;
  277. }
  278. .Overridden .Value {
  279.     color: #888;
  280. }
  281.  
  282. .String {
  283.     color: #730;
  284.     font-style: italic;
  285. }
  286.  
  287. IMG {
  288.     /* Embedded preview image */
  289.     display: block;
  290.     border: 1px solid #888;
  291.     margin: 4px auto 4px auto;
  292. }
  293.  
  294.  
  295. /* Error messages
  296.    *************************/
  297. .Error {
  298.     display: block;
  299.     margin-top: 2.5ex;
  300.     margin-left: 2em;
  301.     white-space: pre;
  302.     color: red;
  303.     font-family: Monaco;
  304.     font-size: 11px;
  305. }
  306.  
  307. .Description {
  308.     font-size: 12px;
  309.     font-weight: bold;
  310.     margin-bottom: 0.7ex;
  311.     margin-left: -1em;
  312. }
  313.  
  314. .toError {
  315.     color: #000;
  316. }
  317.  
  318. .fromError {
  319.     /*margin-left: -0.5em;*/
  320. }
  321.  
  322.  
  323. /* Navigation 
  324.    *************************/
  325. #Navi body {
  326.     background: #fff;
  327.     margin: 0;
  328.     font-size: 11px;
  329. }
  330.  
  331. .Line {
  332.     padding: 1px 0 1px .5em;
  333.     border-bottom: 1px dotted #ccc;
  334.     cursor: pointer;
  335. }
  336. .Line:hover {
  337.     background: #e8e8e8;
  338. }
  339.  
  340. #Navi .Selector {
  341.     font-weight: normal;
  342.     white-space: nowrap;
  343. }
  344.  
  345. #Navi .Identifier {
  346.     color: #660;
  347. }
  348. #Navi .Nomatch .Identifier {
  349.     color: #995;
  350. }
  351.